const runtime._Gdead
19 uses
	runtime (current package)
		heapdump.go#L417: 		case _Gdead:
		mgcmark.go#L744: 	case _Gdead:
		mprof.go#L948: 		if readgstatus(fing) != _Gdead && !isSystemGoroutine(fing, false) {
		mprof.go#L1017: 	if readgstatus(gp1) == _Gdead {
		mprof.go#L1101: 		return gp1 != gp && readgstatus(gp1) != _Gdead && !isSystemGoroutine(gp1, false)
		preempt.go#L136: 		case _Gdead:
		proc.go#L2075: 	casgstatus(mp.curg, _Gdead, _Gsyscall)
		proc.go#L2126: 	casgstatus(gp, _Gidle, _Gdead)
		proc.go#L2190: 	casgstatus(mp.curg, _Gsyscall, _Gdead)
		proc.go#L3865: 	casgstatus(gp, _Grunning, _Gdead)
		proc.go#L4505: 		casgstatus(newg, _Gidle, _Gdead)
		proc.go#L4512: 	if readgstatus(newg) != _Gdead {
		proc.go#L4558: 	casgstatus(newg, _Gdead, _Grunnable)
		proc.go#L4625: 	if readgstatus(gp) != _Gdead {
		runtime2.go#L72: 	_Gdead // 6
		trace.go#L332: 		if status != _Gdead {
		trace.go#L348: 		} else if status == _Gdead && gp.m != nil && gp.m.isextra {
		traceback.go#L1180: 	_Gdead:      "dead",
		traceback.go#L1241: 		if gp == me || gp == curgp || readgstatus(gp) == _Gdead || isSystemGoroutine(gp, false) && level < 2 {
  | 
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |